type os.processStatus
10 uses
os (current package)
exec.go#L27: type processStatus uint32
exec.go#L31: statusOK processStatus = iota
exec.go#L161: func (p *Process) handleTransientAcquire() (uintptr, processStatus) {
exec.go#L166: status := processStatus(p.state.Load())
exec.go#L179: status = processStatus(p.state.Load())
exec.go#L195: func (p *Process) pidStatus() processStatus {
exec.go#L200: return processStatus(p.state.Load())
exec.go#L303: func (p *Process) doRelease(newStatus processStatus) processStatus {
exec.go#L306: oldStatus := processStatus(state)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |